	
;; Do not delete this line
[@main]
#ACT
LoadValue D1 "QuestDiary\System\SnowPlainMapControl.txt" [SnowPlainMapControl] [AutoControl]

#IF
Equal D1 1
#ACT
;; Enter_Ok
Enter_Fail
#say
Melting of ice bridge! Unable to enter!

#ELSEACT
Enter_Fail
goto @TimeQuest_MapChack
break

[@TimeQuest_MapChack]
#CALL [System\SnowPlainMapChack.txt] @SnowPlainMapChack


;; Do not delete this line